┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/adconect/wp-content/plugins/code-snippets/js/types/schema
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: SnippetSchema.ts
import type { SnippetScope } from '../Snippet' export interface WritableSnippetSchema { name?: string desc?: string code?: string tags?: string[] scope?: SnippetScope condition_id?: number active?: boolean priority?: number network?: boolean | null shared_network?: boolean | null } export interface SnippetSchema extends Readonly<Required<WritableSnippetSchema>> { readonly id: number readonly modified: string readonly code_error?: readonly [string, number] | null }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 SnippetSchema.ts
TS
484 B
2026-05-15 14:17
EDIT
📄 SnippetsExport.ts
TS
141 B
2026-05-15 14:17
EDIT